IHasStatus<T>

An interface that specifes an implementing Entity contains a child Entity of T that implements and represents the Entity’s current status.

Syntax

public interface IHasStatus<T> : IIdentifiable<Guid> where T : class, IDbStatusEnum

Properties

StatusType

T StatusType { get; set; }
The populated instance of .

Returns

T

StatusTypeId

Guid StatusTypeId { get; set; }
The unique identifier for the SimpleStateMachine .

Returns

Guid